CGI.exists

Check if a cgi variable exists with the passed in name.

returns true if the variable exists.

  1. bool exists(string name)
    class CGI
    bool
    exists
    (
    string name
    )
  2. bool exists(string name, int index)

Meta